Search
Series2D Constructor
See Also
 






Initializes a new instance of the Series2D class.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public Series2D (
    List<Double> xValues,
    List<Double> yValues,
    List<String> labels
)

 Parameters

xValues

A list of X coordinates.

yValues

A list of Y coordinates.

labels

A list of labels.

 See Also